.menu_font {
    font-family: Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 30px;
    color: white;
}
a.menu_font:visited {
    color: white;
}
a.menu_font {
    text-decoration: none;
}
a.menu_font:hover {
    text-decoration: underline;
}

#i_about div {
    font-size: 11px;
    font-family: Tahoma;
    color: #eee5e5;
    line-height: 15px;
    margin-top: 120px;
}

#i_contact {
    font-size: 11px;
    font-family: Tahoma;
    color: #777777;
    line-height: 28px;
    margin-top: 10px;
    padding-top: 20px;
    padding-left: 10px;
    padding-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 5px;
    width: 320px;
    margin: 0 auto;
    /* margin-top: 10px; */
}

.prod_cata {
    font-family: Helvetica, sans-serif;
    font-size: 0.75rem;
}

a.prod_cata {
    text-decoration: none;
}
a.prod_cata:hover {
    text-decoration: underline;
}
